Fix indentation of a comment.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:10:20 +0000 (11:10 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:10:20 +0000 (11:10 +0000)
svn path=/trunk/; revision=20626

gtk/gtkhandlebox.h

index 1799737e63978d81ab3f0ecbe8a61c4ceba6bc23..62161221be453d3a767c231359d63042a7ef29e7 100644 (file)
@@ -72,7 +72,7 @@ struct _GtkHandleBox
   /* Variables used during a drag
    */
   gint GSEAL (deskoff_x), GSEAL (deskoff_y); /* Offset between root relative coordinates
-                             * and deskrelative coordinates */
+                                             * and deskrelative coordinates */
   GtkAllocation   GSEAL (attach_allocation);
   GtkAllocation   GSEAL (float_allocation);
 };